API: Fixing bug in iiprop=metadata handling:
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 20 Oct 2007 18:27:39 +0000 (18:27 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 20 Oct 2007 18:27:39 +0000 (18:27 +0000)
commit26e301c6a9de3398e4999ef37d0b0a0266339da7
treecff88b790616cbe29a54d86825fe4ce1a60f9f41
parent42dc4626b71f927af12cd54371baf77de6d9695c
API: Fixing bug in iiprop=metadata handling:
* Using ApiResult::setIndexedTagName_recursive() to recursively add <meta> tags to all subarrays of the metadata array
includes/api/ApiQueryImageInfo.php
includes/api/ApiResult.php